home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / wtour / list1.tcl < prev    next >
Encoding:
Text File  |  1994-01-30  |  263 b   |  12 lines

  1. #
  2. # a List
  3. #
  4. # Note that the list items are comma separated, and that
  5. # the itemCount *must* match the number of items
  6.  
  7. xmList .list managed \
  8.     -items "Item 1, Item 2, Item 3" \
  9.     -itemCount 3 \
  10.     -selectedItems "Item 1, Item 3" \
  11.     -selectedItemCount 2
  12.